Change cargo.toml to use `[package]`
authorSteve Klabnik <steve@steveklabnik.com>
Tue, 28 Jun 2016 19:17:47 +0000 (15:17 -0400)
committerGitHub <noreply@github.com>
Tue, 28 Jun 2016 19:17:47 +0000 (15:17 -0400)
These are aliases, but `[project]` is considered incorrect these days.

Cargo.toml

index 3b0402079b66f1bf2fa49fdba5d775777ceb0b20..fc92dd56d657c55ee76df59265d4aa9fc09dc4d8 100644 (file)
@@ -1,4 +1,4 @@
-[project]
+[package]
 name = "cargo"
 version = "0.12.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",